Code cleanup.

This commit is contained in:
2023-01-01 18:54:53 +08:00
parent a416f772d4
commit 5e19a8b886

View File

@@ -42,26 +42,11 @@ namespace Cryville.Crtr.Event {
protected Transform a_cur;
protected Transform a_head;
protected Transform a_tail;
public Vector3 Position {
get;
protected set;
}
public Quaternion Rotation {
get;
protected set;
}
public bool Alive {
get;
private set;
}
public bool Awoken {
get;
private set;
}
public bool Disposed {
get;
private set;
}
public Vector3 Position { get; protected set; }
public Quaternion Rotation { get; protected set; }
public bool Alive { get; private set; }
public bool Awoken { get; private set; }
public bool Disposed { get; private set; }
public EventContainer Container {
get { return cs.Container; }