Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Oct 2, 2023
2 parents 56a3b7c + d851360 commit 3bca78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Models/ShockerModelType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace OpenShock.Common.Models;

public enum ShockerModelType
{
Small = 0,
[PgName("caiXianlin")] CaiXianlin = 0,
[PgName("petTrainer")] PetTrainer = 1
}

0 comments on commit 3bca78b

Please sign in to comment.