Belot.Announcement.Announcement C# (CSharp) 메소드

Announcement() 공개 메소드

Creates a new announcement
public Announcement ( AnnouncementTypeEnum type, bool isDoubled, bool isReDoubled ) : System
type AnnouncementTypeEnum
isDoubled bool
isReDoubled bool
리턴 System
        public Announcement( AnnouncementTypeEnum type, bool isDoubled, bool isReDoubled )
        {
            _type = type;
            _isDoubled = isDoubled;
            _isReDoubled = isReDoubled;
        }