Пример #1
0
        public EmergencyCall(Vector2 callLocation, string callMessage, DispatchNotificationType serviceType, string callTime)
        {
            this.callLocation = callLocation;
            this.callMessage  = callMessage;
            this.serviceType  = serviceType;
            this.callTime     = callTime;

            // Store the call in the call log
            CallHelper.StoreCall(this);
        }