예제 #1
0
 public override string ToString()
 {
     return($"Killer: {Killer},\nVictim: {Victim},\nLocal: {MOD.GetSystemName(Local)}");
 }
예제 #2
0
 public override string ToString()
 {
     return($"Reporter: {Reporter},\nBody: {Body},\nVotes: [{string.Join(",", Votes)}],\nLocal: {MOD.GetSystemName(Local)},\nEjected: {Ejected}");
 }