enum Game::Resource::Type

Defined in:

game/resources.cr

Enum Members

Crystals = 0
Oxygen = 1
Iron = 2
Terraformation = 3

Instance Method Summary

Instance Method Detail

def crystals? #

[View source]
def iron? #

[View source]
def oxygen? #

[View source]
def terraformation? #

[View source]
def to_res(amount : Capacity) #

[View source]