class Berlin::AI::Player

Public Class Methods

on_turn() click to toggle source
# File lib/ai/player.rb, line 4
def self.on_turn
  raise NotImplementedError
end