2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 05:58:22 +00:00
This commit is contained in:
2019-08-07 05:00:25 +03:00
parent 399a096c58
commit 7d2bcc60f7
20 changed files with 126 additions and 106 deletions

View File

@@ -26,11 +26,11 @@
"use strict";
import IDestructible from '../Engine/IDestructible.js';
import IDestructible from '../Core/IDestructible.js';
export const ResourceTrigger =
{
Loaded : 0,
Open : 0,
Initialize: 1,
Terminate: 2,
Configure: 3,