mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
PredictedRigidbody: remove 'preview' warning!
This commit is contained in:
parent
10e7d716a7
commit
4dde5bf7d8
@ -20,7 +20,6 @@ public enum CorrectionMode
|
||||
Move, // rigidbody.MovePosition/Rotation
|
||||
}
|
||||
|
||||
[Obsolete("Prediction is under development, do not use this yet.")]
|
||||
[RequireComponent(typeof(Rigidbody))]
|
||||
public class PredictedRigidbody : NetworkBehaviour
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user