7 lines
174 B
C#
7 lines
174 B
C#
public interface IExplosionPropertyParser
|
|
{
|
|
bool ParseProperty(DynamicProperties _props, out object property);
|
|
System.Type MatchScriptType();
|
|
string Name();
|
|
}
|