Add isEditable
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
2920fd82f1
commit
f5868618b7
@ -22,6 +22,7 @@ export class Item implements IItem {
|
|||||||
public size?: number;
|
public size?: number;
|
||||||
public state?: number;
|
public state?: number;
|
||||||
public data?:any;
|
public data?:any;
|
||||||
|
public isEditable:boolean;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user