Modify the internal effect identifier to avoid naming conflict.

This commit is contained in:
2023-05-18 14:55:31 +08:00
parent 3d09ec8c94
commit bf53298706

View File

@@ -102,7 +102,7 @@ namespace Cryville.Crtr {
}
public class EffectDefinition {
static Identifier _ident_init = new Identifier("init");
static readonly Identifier _ident_init = new Identifier("<init>");
#pragma warning disable IDE1006
public PdtExpression duration {
set {