C# Class KanColle.Request.Hensei.Hensei

Show file Open project: undisputed-seraphim/KanColleAPI

Public Properties

Property Type Description
CHANGE string

Public Methods

Method Description
Change ( int ship_id, int fleet_position, int fleet_id ) : string
RemoveAll ( int fleet_id ) : string

Method Details

Change() public static method

public static Change ( int ship_id, int fleet_position, int fleet_id ) : string
ship_id int
fleet_position int
fleet_id int
return string

RemoveAll() public static method

public static RemoveAll ( int fleet_id ) : string
fleet_id int
return string

Property Details

CHANGE public static property

public static string CHANGE
return string