CSPspEmu.Hle.Modules.power.scePower.Slot.Slot C# (CSharp) Метод

Slot() публичный Метод

public Slot ( int Index ) : System
Index int
Результат System
            public Slot(int Index)
            {
                this.Index = Index;
            }
scePower.Slot