Skip to content

Commit

Permalink
added IsRoaming in COM-wrapper for Organization protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
asvyazin committed Apr 19, 2017
1 parent be12958 commit b4aa5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Proto/Organization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public interface IOrganization
bool IsPilot { get; }
bool IsActive { get; }
bool IsTest { get; }
bool IsRoaming { get; }
}

[ComVisible(true)]
Expand Down

0 comments on commit b4aa5e2

Please sign in to comment.