Added base

This commit is contained in:
Antoine Pilote
2024-09-02 18:10:36 -04:00
parent d9237f83d2
commit 000a1d564e

View File

@@ -101,6 +101,7 @@ namespace Nuake.Net
public sealed class PointScript : Attribute
{
public string Description = "";
public string Base = "";
public Vector3 AABBA;
public Vector2 AABBB;