Code cleanup. (Amend)
This commit is contained in:
@@ -131,7 +131,6 @@ namespace Cryville.Crtr.Event {
|
||||
protected virtual void Awake(ContainerState s) {
|
||||
if (gogroup) CloseAnchor();
|
||||
}
|
||||
protected virtual void GetPosition(ContainerState s) { }
|
||||
public virtual void StartUpdate(ContainerState s) {
|
||||
if (s.CloneType >= 2 && s.CloneType < 16) {
|
||||
PreAwake(s);
|
||||
|
@@ -7,6 +7,7 @@ using UnityEngine;
|
||||
|
||||
namespace Cryville.Crtr.Event {
|
||||
public class ContainerState {
|
||||
#region Struct
|
||||
public EventBus Bus;
|
||||
public EventContainer Container;
|
||||
public StampedEvent StampedContainer;
|
||||
|
Reference in New Issue
Block a user