This commit is contained in:
Oscar
2025-06-29 12:22:15 +03:00
parent 037ef1b6a3
commit eaeb0c45ac
21 changed files with 952 additions and 63 deletions

View File

@@ -57,7 +57,7 @@ public struct WeaponDefinition
[Property] public Rotation Rotation { get; set; }
[Property] public Vector3 Scale { get; set; }
[Property] public Vector3 Scale { get; set; } = new Vector3( 1, 1, 1 );
public WeaponDefinition()
{