Skip to content

Commit

Permalink
Add missing ScaleX/Y/Z properties to EntityProp
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 13, 2017
1 parent 5301d82 commit fa46670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fCraft/Network/CpeConstants.cs
Expand Up @@ -151,5 +151,8 @@ public enum EntityProp : byte {
RotationX = 0, RotationX = 0,
RotationY = 1, RotationY = 1,
RotationZ = 2, RotationZ = 2,
ScaleX = 3,
ScaleY = 4,
ScaleZ = 5,
} }
} }

0 comments on commit fa46670

Please sign in to comment.