Exemple #1
0
 public static double Fix_Point_Blank_Projectiles_Factor()
 {
     return(CustomPropertiesManager.GetDouble("fix_point_blank_missiles_factor").Item);
 }
Exemple #2
0
        public static void HandleFetchRiptideFloatProperty(Session session, params string[] paramters)
        {
            var floatVal = CustomPropertiesManager.GetDouble(paramters[0]);

            CommandHandlerHelper.WriteOutputInfo(session, $"{paramters[0]} - {floatVal.Description ?? "No Description"}: {floatVal.Item}");
        }