Files
nirvana-ios/nirvana-ios/Views/RuleBook/RuleBook.swift
T
2022-01-02 22:21:02 -08:00

15 lines
259 B
Swift

//
// Rules.swift
// nirvana-ios
//
// Created by Arjun Patel on 1/2/22.
//
import Foundation
class RuleBook {
static let maxFriends = 8
static let maxUsersInConvo = 8
static let convoRelevancyAcceptance = 0.5 // anything above this number
}