Skip to content

Commit

Permalink
Gun attack rate (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
beverly-hills-money-gangster authored Aug 6, 2024
1 parent 0f1ebff commit 39d10f6
Show file tree
Hide file tree
Showing 12 changed files with 194 additions and 84 deletions.
8 changes: 4 additions & 4 deletions net-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
</parent>

<artifactId>net-client</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>

<properties>
<maven.compiler.source>14</maven.compiler.source>
Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>schema</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
</dependency>
<dependency>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>security</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.maven/maven-model -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
</parent>

<artifactId>schema</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>

<properties>
<maven.compiler.source>14</maven.compiler.source>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions schema/src/main/resources/server-response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ message ServerResponse {
message WeaponInfo {
optional GameEvent.WeaponType weaponType = 1;
optional double maxDistance = 2;
optional int32 delayMls = 3;
}

message Ping {}
Expand Down
4 changes: 2 additions & 2 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>
</parent>

<artifactId>security</artifactId>
<version>11.0.0</version>
<version>11.0.1</version>

<properties>
<maven.compiler.source>14</maven.compiler.source>
Expand Down
Loading

0 comments on commit 39d10f6

Please sign in to comment.