Fixes stuttering #25
Annotations
3 warnings
Shared/Code/Packets/TileChange.cs#L13
Non-nullable field 'BlockUid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Shared/Code/Packets/PlayerList.cs#L7
Non-nullable field 'PlayerIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Shared/Code/Block System/BlockManagerShared.cs#L14
Non-nullable property 'AllBlocks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading