コード例 #1
0
ファイル: Door.cs プロジェクト: GregWeil/ResearchProjectGSAS
 public static void setLocked(Door door, bool locked) {
     door.setLocked(locked);
 }