System
public sealed class ExplosionSystem : NetworkSystem
{
public void CreateExplosionAt(Vector3 position, float size)
{
// boom.
}
}Last updated
Was this helpful?
public sealed class ExplosionSystem : NetworkSystem
{
public void CreateExplosionAt(Vector3 position, float size)
{
// boom.
}
}Last updated
Was this helpful?
Was this helpful?