Skip to content

Commit 8a75676

Browse files
committed
refactor: Removed compiler warnings from NetworkedAnimator preview fields
1 parent 2c74a60 commit 8a75676

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@ public class NetworkedAnimator : NetworkedBehaviour
3636

3737

3838
// tracking - these should probably move to a Preview component. -- Comment from HLAPI. Needs clarification
39+
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
3940
public string param0;
4041
public string param1;
4142
public string param2;
4243
public string param3;
4344
public string param4;
4445
public string param5;
46+
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
47+
4548

4649
/// <summary>
4750
/// Gets or sets the animator component used for syncing the animations

0 commit comments

Comments
 (0)