mirror of
https://github.com/motajs/template.git
synced 2026-08-15 05:22:28 +08:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export interface IStateDamageable {
|
|
/** 生命值 */
|
|
hp: number;
|
|
}
|