예제 #1
0
파일: State.cs 프로젝트: phuoc-thanh/steit
 public static void ReplaceAll(this IEnumState state, Reader reader, bool shouldNotify = true)
 {
     state.Replace(reader, shouldNotify);
 }
예제 #2
0
파일: State.cs 프로젝트: phuoc-thanh/steit
 public static void Replace(this IEnumState state, Reader reader, bool shouldNotify = true)
 {
     state.ReplaceAt(reader.ReadUInt16(), WireType.Sized, reader, shouldNotify);
 }