예제 #1
0
 public Shop(InGameApi api) //: base(api)
 {
     this.Opened = false;
 }
예제 #2
0
파일: Chat.cs 프로젝트: AneAniks/RAI
 public Chat(InGameApi api)
 {
 }
예제 #3
0
파일: Player.cs 프로젝트: AneAniks/RAI
 public Player(InGameApi api)
 {
 }
예제 #4
0
 public Camera(InGameApi api)
 {
     this.Locked = false;
 }