コード例 #1
0
 static void TogglePerms(Player p, Level lvl, ref bool target, string name)
 {
     Toggle(p, lvl, ref target, name);
     lvl.UpdateBlockPermissions();
 }