Files
7d2dXG/Mods/0B-CustomParticleLoader/Scripts/Core/IExplosionProperty.cs
Nathaniel Cosford 062dfab2cd Patched
2025-05-30 01:04:40 +09:30

7 lines
174 B
C#

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