コード例 #1
0
ファイル: RoomClient.cs プロジェクト: unitycoder/ubiq
 // The IsUpdated() method has side effects (in that the flag will be cleared) so only allow calling it from inside RoomClient
 bool IRoomInterfaceFriend.NeedsUpdate()
 {
     if (properties != null)
     {
         return(properties.IsUpdated());
     }
     else
     {
         return(false);
     }
 }