Beispiel #1
0
 public Shop(InGameApi api) //: base(api)
 {
     this.Opened = false;
 }
Beispiel #2
0
 public Chat(InGameApi api)
 {
 }
Beispiel #3
0
 public Player(InGameApi api)
 {
 }
Beispiel #4
0
 public Camera(InGameApi api)
 {
     this.Locked = false;
 }