Sprite Update 2: Assorted Bricks and Stone! #92
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
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.
|
build:
Blocktest/Code/UI/GameUI.cs#L10
'ComboBox' is obsolete: 'Use ComboView'
|
build:
Blocktest/Code/UI/GameUI.cs#L13
'ComboBox' is obsolete: 'Use ComboView'
|
build:
Blocktest/Code/UI/GameUI.cs#L14
'Widget.GridColumn' is obsolete: 'Use Grid.GetColumn/Grid.SetColumn'
|
build:
Blocktest/Code/UI/GameUI.cs#L15
'Widget.GridRow' is obsolete: 'Use Grid.GetColumn/Grid.SetColumn'
|
build:
Blocktest/Code/UI/GameUI.cs#L22
'ListItem' is obsolete: 'Use ListView'
|
build:
Blocktest/Code/UI/GameUI.cs#L36
'CheckBox' is obsolete: 'Use CheckButton'
|
build:
Blocktest/Code/UI/GameUI.cs#L37
'Widget.GridColumn' is obsolete: 'Use Grid.GetColumn/Grid.SetColumn'
|