UNPKG
miaam-ecs
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
ECS by and for Miaam
miaam-ecs
/
test
/
mock
/
entity
/
Player.entity.js
6 lines
(3 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
import Entity from
'../../../src/core/Entity.js'
;
class
Player
extends
Entity
{} export default Player;