Eresor

Untitled

Apr 15th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. public struct Enemy
  2. {
  3.     public int health;  //4 bajty
  4.     public Vector3 position; //12 bajtów
  5.     public Vector3 forwardRotation; //12 bajtów
  6. }
Advertisement
Add Comment
Please, Sign In to add comment