zumult-org / zumultapi

1 stars 0 forks source link

Static initialisation of BackendInterface in Objects? #195

Open berndmoos opened 8 months ago

berndmoos commented 8 months ago

Some object methods require an instance of BackendInterface. Instead of intitialising this for each method call, it could be statically initialised for the class as a whole?