Lite.RoomBase - unused class

Options
Seigman
edited January 2011 in Photon Server
In the new SDK version (2.4.0) there's a new abstract base class in the Lite application called RoomBase. Looks like a nice and clean base for any rooms, but however it isn't used by the Room class as a base (the Room class still inherits IDisposable and implements the same functionality as the new RoomBase class has).

So my question is simply if you've forgotten anything here?