Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 15:20:40 +09:30
commit 6bfadb86e5
25 changed files with 1947 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public interface IExplosionPropertyParser
{
bool ParseProperty(DynamicProperties _props, out object property);
System.Type MatchScriptType();
string Name();
}