Module: Lich::Gemstone::Societies
- Defined in:
- documented/gemstone/society.rb,
documented/gemstone/societies/order_of_voln.rb,
documented/gemstone/societies/council_of_light.rb,
documented/gemstone/societies/guardians_of_sunfist.rb
Defined Under Namespace
Classes: CouncilOfLight, GuardiansOfSunfist, OrderOfVoln
Class Method Summary
collapse
Class Method Details
.col ⇒ Object
138
139
140
|
# File 'documented/gemstone/society.rb', line 138
def self.col
CouncilOfLight
end
|
.sunfist ⇒ Object
142
143
144
|
# File 'documented/gemstone/society.rb', line 142
def self.sunfist
GuardiansOfSunfist
end
|
.voln ⇒ Object
134
135
136
|
# File 'documented/gemstone/society.rb', line 134
def self.voln
OrderOfVoln
end
|