mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-20 21:45:56 +08:00
Classes naming refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Entity from "./Entity"
|
||||
import IEntity from "./IEntity"
|
||||
|
||||
export default class IntegerEntity extends Entity {
|
||||
export default class IntegerEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
value: Number
|
||||
|
||||
Reference in New Issue
Block a user