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
fix:
🐛
fix the conflict of EumType
tags/0.1.0
shangfengh
2 years ago
parent
9dc09d78d8
commit
9ea25ce553
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
logic/Server/GameServer.cs
+4
-0
logic/Server/Server.csproj
+ 1
- 1
logic/Server/GameServer.cs
View File
@@ -211,7 +211,7 @@ namespace Server
{
MessageOfAll msg = new MessageOfAll();
//msg.GameTime
msg.Subject
Left = GameData.numOfGeneratorRequiredForRepair -
(int)game.GameMap.NumOfRepairedGenerators;
msg.Subject
Finished =
(int)game.GameMap.NumOfRepairedGenerators;
//msg.StudentGraduated
//msg.StudentQuited
msg.StudentScore = 0;
+ 4
- 0
logic/Server/Server.csproj
View File
@@ -7,6 +7,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\EnumType.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="FrameRateTask" Version="1.2.0" />
Write
Preview
Loading…
Cancel
Save