This commit is contained in:
2023-01-09 22:17:42 +08:00
parent 4e851d9b73
commit ea9000f2b0
6 changed files with 6 additions and 436 deletions

View File

@@ -130,15 +130,6 @@ namespace Cryville.Crtr {
get { return Duration > 0; }
}
private InstantEvent attev = null;
[JsonIgnore]
public InstantEvent AttackEvent {
get {
if (attev == null) attev = new InstantEvent(this);
return attev;
}
}
private InstantEvent relev = null;
[JsonIgnore]
public InstantEvent ReleaseEvent {