예제 #1
0
파일: Bits.cs 프로젝트: BlackenedRA/uRA
 public override string ToString()
 {
     return(BitAllocator <T> .GetStrings(Value).JoinWith(","));
 }
예제 #2
0
파일: Bits.cs 프로젝트: BlackenedRA/uRA
 public Bits(string[] val)
 {
     Value = BitAllocator <T> .GetValue(val);
 }