OnEntitySnapshotUsage​Called when an entity snapshot is about to be sent to a client connectionReturn a non-null value to override default behaviorExamples​""object OnEntitySnapshot(BaseNetworkable entity, Network.Connection connection){ Puts("OnEntitySnapshot works!"); return null;}Copy