You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -155,6 +156,11 @@ public abstract class CustomRole
155
156
/// </summary>
156
157
publicvirtualVector3Scale{get;set;}=Vector3.one;
157
158
159
+
/// <summary>
160
+
/// Gets or sets a value indicating the <see cref="Player"/>'s gravity.
161
+
/// </summary>
162
+
publicvirtualVector3?Gravity{get;set;}
163
+
158
164
/// <summary>
159
165
/// Gets or sets a <see cref="Dictionary{TKey, TValue}"/> containing cached <see cref="string"/> and their <see cref="Dictionary{TKey, TValue}"/> which is cached Role with FF multiplier.
160
166
/// </summary>
@@ -553,7 +559,8 @@ public virtual void AddRole(Player player)
0 commit comments