Style cleanup
This commit is contained in:
@@ -10,12 +10,11 @@ public class ExperienceGainEvent : IEventData
|
||||
PreviousExperience = previousExperience;
|
||||
NewExperience = newExperience;
|
||||
}
|
||||
|
||||
|
||||
public IPokemon Pokemon { get; set; }
|
||||
public uint PreviousExperience { get; }
|
||||
public uint NewExperience { get; }
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public EventBatchId BatchId { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user