Fix type
This commit is contained in:
parent
0fff456fb4
commit
82709bde69
@ -3,7 +3,7 @@ require "./resources"
|
||||
class Game::World
|
||||
property ts : Int64
|
||||
|
||||
def initialize(@ts = 0)
|
||||
def initialize(@ts = 0_i64)
|
||||
@map = Map.new
|
||||
@resources = Resources.new
|
||||
@tasks = Queue.new
|
||||
|
Loading…
Reference in New Issue
Block a user