示例#1
0
    public override void Run(List <PlayerStateController> players, NextPseudoScene next)
    {
        Players = players;
        Next    = next;

        Debug.Log("Podium Scene Started!");

        SetUp();
    }
示例#2
0
 public abstract void Run(List <PlayerStateController> players, NextPseudoScene next);