This commit is contained in:
AliIbnAbiTalib
2023-04-11 15:09:40 +02:00
parent 7c4d57b2c0
commit 36160b601d
6 changed files with 19 additions and 19 deletions
@@ -51,6 +51,8 @@ public class PlayablePlayer : Player
instance = this;
AddItem(client.items[1]);
AddItem(client.items[0]);
AddItem(client.items[2]);
}
public static PlayablePlayer GetCurrentInstance()