Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialise FCounterResponse members (#4084)
Initialising members to their default values prevents compiler warnings: ``` Int64Property FCounterResponse::Count is not initialized properly even though its struct probably has a custom default constructor. Module:Agones File:Classes/Classes.h Int64Property FCounterResponse::Capacity is not initialized properly even though its struct probably has a custom default constructor. Module:Agones File:Classes/Classes.h ```
- Loading branch information