class calling
def main
prepration
collect_materials
get_weapon
call_servant
terminate
end
def prepration
@master.name = “zaiy2863”
end
def collect_materials
@materials.object
end
def get_weapon
@weapon.id = GMWeapon.new
end
def call_servant
p"所有英灵,听从吾之召唤!!!!\n"
end
def terminate
p"我是一个活着的魔术师,不是挂机的,快来找我签订契约成为马猴烧酒吧!"
end
end