Exemple #1
0
        public static DomainRef Add(GameObject obj, RefId id)
        {
            var c = obj.AddComponent <DomainRef>();

            c.id = id;
            return(c);
        }
Exemple #2
0
 public bool Equals(RefId other)
 {
     return(id == other.id);
 }