Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

View file

@ -17196,6 +17196,9 @@ message DamageContext {
oneof U4s { oneof U4s {
int32 SkillId = 2; int32 SkillId = 2;
} }
oneof vtc {
int64 mW_ = 3;
}
repeated int32 BulletTags = 4; repeated int32 BulletTags = 4;
} }