예제 #1
0
파일: KAGTag.cs 프로젝트: funcodes/AirGame
 public void RegisterCustomTag(aKAGCustomTag tag)
 {
     _registeredCustomTags.Add(tag);
 }
예제 #2
0
파일: KAGTag.cs 프로젝트: helloNice/AirGame
 public void RegisterCustomTag(aKAGCustomTag tag)
 {
     _registeredCustomTags.Add(tag);
 }