gameTick property

num get gameTick

Implementation

num get gameTick {
  return $$context$$["gameTick"];
}
set gameTick (num value)

Implementation

set gameTick(num value) {
  $$context$$["gameTick"] = value;
}