mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
Grammar fixed
This commit is contained in:
15
js/entity/LocalizedTextEntity.js
Normal file
15
js/entity/LocalizedTextEntity.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import Entity from "./Entity"
|
||||
|
||||
export default class LocalizedTextEntity extends Entity {
|
||||
|
||||
static attributes = {
|
||||
namespace: "",
|
||||
key: "",
|
||||
value: ""
|
||||
}
|
||||
|
||||
getAttributes() {
|
||||
return LocalizedTextEntity.attributes
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user