using UnityEngine; namespace StarterAssets { public class GuildData : MonoBehaviour { public int guildId; } }