GameObject constructor

GameObject(
  1. ItemLocation asset, {
  2. String? variation,
  3. bool hidden = false,
})

Implementation

GameObject(
  this.asset, {
  this.variation,
  this.hidden = false,
});