Files
2026-03-19 18:12:07 +01:00

7 lines
99 B
C#

using UnityEngine;
namespace Nox.Game {
public class PartyReference : MonoBehaviour {
}
}