agent-backend/contracts/Incentives/loadResource.yjs
2021-09-26 12:49:24 +08:00

9 lines
163 B
Plaintext

module Viewable{
export function loadResource(arg){
return Global.Resources.loadAsString(arg);
}
export function needRender(arg){
return true;
}
}