protected override void OnSpawn()
 {
     base.OnPrefabInit();
     spatialSplats.Reset(Grid.WidthInCells, Grid.HeightInCells, 16, 16);
 }