1
This commit is contained in:
@@ -35,6 +35,8 @@ namespace BITKit.Sensors
|
||||
public static async void MakeNoise(Vector3 position, Transform transform, float radius = 1,
|
||||
object noiseType = null)
|
||||
{
|
||||
return;
|
||||
|
||||
var data = pool.Take();
|
||||
data.Id = count++;
|
||||
data.Position = position;
|
||||
|
Reference in New Issue
Block a user