feat: ✨ add some interfaces in game #275
Annotations
10 warnings
logic/Preparation/Utility/SafeValue/Atomic.cs#L290
Non-nullable field 'remainder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/GameClass/GameObj/Team.cs#L128
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/GameClass/GameObj/Areas/Home.cs#L14
Non-nullable property 'TeamID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
logic/GameClass/GameObj/Ship.cs#L219
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
logic/GameClass/GameObj/Team.cs#L18
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
|
logic/Gaming/Game.cs#L139
Non-nullable field 'actionManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L139
Non-nullable field 'attackManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L139
Non-nullable field 'moduleManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/Game.cs#L139
Non-nullable field 'shipManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
logic/Gaming/AttackManager.cs#L15
Field 'Game.attackManager' is never assigned to, and will always have its default value null
|
The logs for this run have expired and are no longer available.
Loading