♻️ plugin api
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
using Ragon.Server.Entity;
|
||||
using Ragon.Server.IO;
|
||||
|
||||
namespace Ragon.Server.Room;
|
||||
@@ -22,4 +23,6 @@ public interface IRagonRoom
|
||||
{
|
||||
RagonRoomPlayer GetPlayerByConnection(INetworkConnection connection);
|
||||
RagonRoomPlayer GetPlayerById(string id);
|
||||
IRagonEntity GetEntityById(ushort id);
|
||||
IRagonEntity[] GetEntitiesOfPlayer(RagonRoomPlayer id);
|
||||
}
|
||||
Reference in New Issue
Block a user