Entity constructor

Entity(
  1. String guid,
  2. EntitySystem system
)

Implementation

Entity(this.guid, this.system);