예제 #1
0
 void Init()
 {
     me = this;
     IemUtils.LogL("IemGameEmbankment: Init complete");
 }
예제 #2
0
 void Init()
 {
     iemGameBase = this;
     me          = this;
     IemUtils.LogL("IemGame: Init complete");
 }
예제 #3
0
파일: IemMenu.cs 프로젝트: rustmy/incursion
 void Init()
 {
     iemMenu = this;
     me      = this;
     IemUtils.LogL("iemMenu: Init complete");
 }
예제 #4
0
 void Init()
 {
     iemUI = this;
     me    = this;
     IemUtils.LogL("IemUI: Init complete");
 }