Example #1
0
 public void SetDates(
     TesteMeshCombiner meshCombiner,
     SectionCustomizationManager secManager)
 {
     this.meshCombiner = meshCombiner;
     this.secManager   = secManager;
 }
Example #2
0
    public static void InitProvisionalStartGame(
        TesteMeshCombiner meshCombiner,
        SectionCustomizationManager secManager)
    {
        GameObject           G = new GameObject();
        ProvisionalStartGame P = G.AddComponent <ProvisionalStartGame>();

        P.SetDates(meshCombiner, secManager);
        P.Init();
    }