-
Notifications
You must be signed in to change notification settings - Fork 24
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
Smurov_Evgenij_Evgenevich RPG saga v 0.1 #23
base: Smurov_Evgenij_Evgenevich
Are you sure you want to change the base?
Conversation
return CheckDeath(); | ||
} | ||
|
||
public void SetDebaff(string debuffName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а почему нельзя через свойство?
|
||
public static class Logger | ||
{ | ||
public static void WriteWinner(Player winner) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У кого логгер копировали?
} | ||
} | ||
|
||
private static void RandomizeList(List<Player> input) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а зачем? может просто рэндомно из списка брать?
No description provided.