예제 #1
0
파일: ItemLock.cs 프로젝트: jluner/zeldagen
 public override string ToString() => (_switch.Toggled ? "!" : "") + _switch.ToString();