Skip to content

Instantly share code, notes, and snippets.

View FosPun's full-sized avatar

M'aider FosPun

View GitHub Profile
@FosPun
FosPun / Gene
Created April 24, 2026 04:12
SomeOfMyCodeForMutator
public abstract class Gene
{
/// <summary>
/// Абстрактный класс гена и инициализация на юните с определенным геном
/// </summary>
public GeneSO geneSO;
protected Stats Stats;
public Action OnAttach;
public Action OnDetach;