#245 : Added color field to character hair
This commit is contained in:
@ -11,7 +11,7 @@ export class BaseSprite extends BaseEntity {
|
||||
@Property()
|
||||
name!: string
|
||||
|
||||
@OneToMany(() => SpriteAction, (action) => action.sprite)
|
||||
@OneToMany({ mappedBy: 'sprite', orphanRemoval: true })
|
||||
spriteActions = new Collection<SpriteAction>(this)
|
||||
|
||||
@Property()
|
||||
|
Reference in New Issue
Block a user