Improve clearvision #1453
Annotations
10 errors
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L11
'PlayerControllerB' does not contain a definition for 'IsDead' and no accessible extension method 'IsDead' accepting a first argument of type 'PlayerControllerB' could be found (are you missing a using directive or an assembly reference?)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L65
'GameObject' does not contain a definition for 'GetOrAddComponent' and no accessible extension method 'GetOrAddComponent' accepting a first argument of type 'GameObject' could be found (are you missing a using directive or an assembly reference?)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L71
'Light' does not contain a definition for 'GetOrAddComponent' and no accessible extension method 'GetOrAddComponent' accepting a first argument of type 'Light' could be found (are you missing a using directive or an assembly reference?)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L43
Non-nullable property 'SunObject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L44
Non-nullable property 'SunLight' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L45
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L7
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L19
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L21
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|
build:
lc-hax/Scripts/Modules/ClearVisionMod.cs#L24
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|