Files
7d2dXG/XG-Rebirth/Mods/0-CustomParticleLoader/Scripts/Core/IExplosionProperty.cs
2025-05-30 00:19:27 +09:30

7 lines
174 B
C#

public interface IExplosionPropertyParser
{
bool ParseProperty(DynamicProperties _props, out object property);
System.Type MatchScriptType();
string Name();
}