C# Class SagaMap.Packets.Server.SkillEffect

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
SetActorID ( uint actor ) : void
SetAmount ( uint amount ) : void
SetFunction ( byte func ) : void

SetU1 ( byte u1 ) : void
SetU2 ( uint u2 ) : void
SetU3 ( byte u3 ) : void
SkillEffect ( ) : System

Method Details

SetActorID() public method

public SetActorID ( uint actor ) : void
actor uint
return void

SetAmount() public method

public SetAmount ( uint amount ) : void
amount uint
return void

SetFunction() public method

public SetFunction ( byte func ) : void
func byte 1 for HP, 2 for SP, 3 for LP
return void

SetU1() public method

public SetU1 ( byte u1 ) : void
u1 byte
return void

SetU2() public method

public SetU2 ( uint u2 ) : void
u2 uint
return void

SetU3() public method

public SetU3 ( byte u3 ) : void
u3 byte
return void

SkillEffect() public method

public SkillEffect ( ) : System
return System