C# 클래스 Eryan.Wrappers.Module

Wrapper for a Module
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 메소드들

메소드 설명
Module ( string name, string status, int chargeqty, string chargename, string overload, string shortcut ) : System

Build a module

메소드 상세

Module() 공개 메소드

Build a module
public Module ( string name, string status, int chargeqty, string chargename, string overload, string shortcut ) : System
name string Name of the item in the slot
status string The status of the item
chargeqty int The ammount of ammo in the mod if any
chargename string The name of the ammo if any
overload string Overload status of the module
shortcut string The shortcut to activate the mod
리턴 System