Code cleanup. (Amend)

This commit is contained in:
2023-01-31 15:18:24 +08:00
parent e109e0bd24
commit c16776aee9
2 changed files with 1 additions and 1 deletions

View File

@@ -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);

View File

@@ -7,6 +7,7 @@ using UnityEngine;
namespace Cryville.Crtr.Event {
public class ContainerState {
#region Struct
public EventBus Bus;
public EventContainer Container;
public StampedEvent StampedContainer;