C# Class KanColle.Request.Kaisou.Kaisou

Show file Open project: undisputed-seraphim/KanColleAPI

Public Properties

Property Type Description
REMODELING string
SLOTSET string
UNSETSLOT_ALL string

Public Methods

Method Description
Remodeling ( int ship_id ) : string
Slotset ( int ship_id, int item_id, int slot_position ) : string
UnsetSlotAll ( int ship_id ) : string

Method Details

Remodeling() public static method

public static Remodeling ( int ship_id ) : string
ship_id int
return string

Slotset() public static method

public static Slotset ( int ship_id, int item_id, int slot_position ) : string
ship_id int
item_id int
slot_position int
return string

UnsetSlotAll() public static method

public static UnsetSlotAll ( int ship_id ) : string
ship_id int
return string

Property Details

REMODELING public static property

public static string REMODELING
return string

SLOTSET public static property

public static string SLOTSET
return string

UNSETSLOT_ALL public static property

public static string UNSETSLOT_ALL
return string