Browse Source

build: 🚧 nothing

tags/0.1.0
shangfengh 2 years ago
parent
commit
3efd0ea963
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      dependency/proto/Message2Clients.proto
  2. +1
    -1
      logic/Gaming/PropManager.cs

+ 1
- 2
dependency/proto/Message2Clients.proto View File

@@ -122,8 +122,7 @@ message MessageOfDoor
int32 x = 1;
int32 y = 2;
bool is_open = 3;
int32 number = 4;
int32 progress = 5;
int32 progress = 4;
}

message MessageOfChest


+ 1
- 1
logic/Gaming/PropManager.cs View File

@@ -121,7 +121,7 @@ namespace Gaming
case 3:
return new Spear(Pos, gameMap.GetPlaceType(Pos));
default:
return null;
return new NullProp();
}
}



Loading…
Cancel
Save