예제 #1
0
    void CreateShape()
    {
        Shape instance = ShapeManager.GetRandom();

        GameLevel.CurrentLevel.ConfigureSpawn(instance);
        shapes.Add(instance);
    }