Enable nullability in Content.Client (#3257)
* Enable nullability in Content.Client * Remove #nullable enable * Merge fixes * Remove Debug.Assert * Merge fixes * Fix build * Fix build
This commit is contained in:
@@ -53,9 +53,8 @@ namespace Content.Client.GameObjects.Components
|
||||
}
|
||||
};
|
||||
|
||||
private Action<string> _radiatingCallback;
|
||||
private Action<string> _blinkingCallback;
|
||||
|
||||
private Action<string>? _radiatingCallback;
|
||||
private Action<string>? _blinkingCallback;
|
||||
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user