public void Start() { this.timeline = TimelineMono.GetForScene(); this.entityComponent = this.GetComponent <EntityComponent>(); }
public void Start() { this.timeline = TimelineMono.GetForScene(); this.entityComponent = this.GetComponent <EntityComponent>(); this.playerController = this.GetComponent <PlayerController>(); }