Пример #1
0
 public void Refresh(WitnessMemoryType type)
 {
     this.memories[(int)type] = 0f;
 }
Пример #2
0
 public bool Remembers(WitnessMemoryType type)
 {
     return(this.memories[(int)type] < this.memorySpan);
 }