Removed unused dailygain

This commit is contained in:
Xackery
2018-03-11 22:35:21 -07:00
parent 1a71237dc2
commit c9a79af79b
3 changed files with 0 additions and 32 deletions
-10
View File
@@ -28,16 +28,6 @@ message CommandMessage {
bytes payload = 5;
}
//Daily Gain is a special system for tracking players progression in a daily snapshot.
message DailyGain {
int32 account_id = 1;
int32 character_id = 2;
int32 levels_gained = 3;
int32 experience_gained = 4;
int32 money_earned = 5;
string identity = 6;
}
//Entity is full of entity data.
message Entity {
int32 id = 1;