Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Generic Singleton #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Implemented Generic Singleton

36c19a7
Select commit
Loading
Failed to load commit list.
Open

Implemented Generic Singleton #145

Implemented Generic Singleton
36c19a7
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed May 15, 2023 in 2s

3 issues found.

Annotations

Check notice on line 1 in Assets/Scripts/EnemyTank.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/EnemyTank.cs#L1

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 3 in Assets/Scripts/MonoSingletonGeneric.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MonoSingletonGeneric.cs#L3

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 1 in Assets/Scripts/PlayerTank.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/PlayerTank.cs#L1

An opening curly bracket must not be followed by a blank line. (SA1505)