Class to help managing a collection of ODIN rooms.
Properties
rooms
@Published public private(set) var rooms: [String: OdinRoom] = [:]
An array of current room instances.
Methods
sharedInstance()
public class func sharedInstance() -> OdinManager
Returns a shared instance of the manager.