struct FighterEdit

Included Modules

Defined in:

test-kemal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, skill : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, skill _skill = @skill) #

[View source]
def name : String #

def skill : Array(String) #