mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 18:32:45 +00:00
3ac1c278d2
This reverts commit 267c62403753b84a9d298baf9ceb7e403e6eb861.
12 lines
276 B
C#
12 lines
276 B
C#
using QSB.JellyfishSync.WorldObjects;
|
|
using QSB.WorldSync;
|
|
|
|
namespace QSB.JellyfishSync
|
|
{
|
|
public class JellyfishManager : WorldObjectManager
|
|
{
|
|
protected override void RebuildWorldObjects(OWScene scene)
|
|
=> QSBWorldSync.Init<QSBJellyfish, JellyfishController>();
|
|
}
|
|
}
|