Esempio n. 1
0
 public void Init() //initilize screen components
 {
     BackgroundColor      = Constants.backgroundColor;
     userController       = new UserController();
     clothController      = new ClothController();
     postController       = new PostController();
     postRecordController = new PostRecordController();
 }
Esempio n. 2
0
 void Awake()
 {
     instance = this;
 }
 public void Init()
 {
     BackgroundColor  = Constants.backgroundColor;
     clothController  = new ClothController();
     outfitController = new OutfitController();
 }