Modify the internal effect identifier to avoid naming conflict.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Cryville.Crtr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public class EffectDefinition {
|
public class EffectDefinition {
|
||||||
static Identifier _ident_init = new Identifier("init");
|
static readonly Identifier _ident_init = new Identifier("<init>");
|
||||||
#pragma warning disable IDE1006
|
#pragma warning disable IDE1006
|
||||||
public PdtExpression duration {
|
public PdtExpression duration {
|
||||||
set {
|
set {
|
||||||
|
|||||||
Reference in New Issue
Block a user