Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int[] playerHealth;
- float[] playerSize;
- ect...
- VS ------------------
- class Player
- {
- public int Health;
- public float Size;
- //ect...
- }
- Player[] players;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement