kinda conflict resolution

Former-commit-id: 5280da65bc8b2f8e94a7e15bac215656aefffc40
This commit is contained in:
Ben
2022-02-11 17:55:55 +00:00
parent 97f32c06fb
commit ecd1db04c3
4 changed files with 55 additions and 25 deletions

View File

@@ -20,6 +20,11 @@ class Model {
Logger.Database(`Model ${name} created, with properties: ${JSON.stringify(properties)}`);
}
/**
* @function property
* @description Gets a property from the model
* @param {string} name - The name of the target property
*/
property(name) {
if (this.dummy)
{