C# Class Sanguosha.Core.Skills.PassiveSkill

Inheritance: ISkill
Exibir arquivo Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
PassiveSkill ( ) : System

Protected Methods

Method Description
InstallTriggers ( Players owner ) : void
UninstallTriggers ( Players owner ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

InstallTriggers() protected abstract method

protected abstract InstallTriggers ( Players owner ) : void
owner Players
return void

PassiveSkill() public method

public PassiveSkill ( ) : System
return System

UninstallTriggers() protected abstract method

protected abstract UninstallTriggers ( Players owner ) : void
owner Players
return void