added getter for statistic value for a player. #128
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
UncreatedWarfare/Tweaks/VanishPlayerComponent.cs#L22
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleInfo.cs#L21
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleInfo.cs#L23
Non-nullable property 'VehicleAsset' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Tweaks/PlayerJumpComponent.cs#L22
Non-nullable field '_chatService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
UncreatedWarfare/Tweaks/PlayerJumpComponent.cs#L24
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleComponent.cs#L12
Non-nullable property 'WarfareVehicle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Tweaks/GodPlayerComponent.cs#L20
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Teams/TeamSelectorUI.cs#L215
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Teams/TeamSelectorUI.cs#L218
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
UncreatedWarfare/Teams/TeamSelectorUI.cs#L221
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading