UNPKG
@civ-clone/base-unit-spearman
Version:
latest (0.1.0)
0.1.0
This is a template repo.
github.com/civ-clone/base-unit-spearman
civ-clone/base-unit-spearman
@civ-clone/base-unit-spearman
/
Spearman.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
import
{
Fortifiable
}
from
'@civ-clone/base-unit-type-fortifiable/Fortifiable'
;
export
declare
class
Spearman
extends
Fortifiable
{}
export
default
Spearman
;