This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
build:
🚧
nothing
tags/0.1.0
shangfengh
2 years ago
parent
af88026d6e
commit
3efd0ea963
2 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
dependency/proto/Message2Clients.proto
+1
-1
logic/Gaming/PropManager.cs
+ 1
- 2
dependency/proto/Message2Clients.proto
View File
@@ -122,8 +122,7 @@ message MessageOfDoor
int32 x = 1;
int32 x = 1;
int32 y = 2;
int32 y = 2;
bool is_open = 3;
bool is_open = 3;
int32 number = 4;
int32 progress = 5;
int32 progress = 4;
}
}
message MessageOfChest
message MessageOfChest
+ 1
- 1
logic/Gaming/PropManager.cs
View File
@@ -121,7 +121,7 @@ namespace Gaming
case 3:
case 3:
return new Spear(Pos, gameMap.GetPlaceType(Pos));
return new Spear(Pos, gameMap.GetPlaceType(Pos));
default:
default:
return null;
return n
ew N
ull
Prop()
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save