Changeset 250 for binary-improvements/MapRendering/Web/ConnectionHandler.cs
- Timestamp:
- Aug 12, 2015, 6:10:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/ConnectionHandler.cs
r244 r250 50 50 } 51 51 52 public void SendLog (string text, string trace, UnityEngine.LogType type) {53 foreach (WebConnection wc in connections.Values) {54 wc.SendLog (text, trace, type);55 }56 }57 58 52 } 59 53 }
Note:
See TracChangeset
for help on using the changeset viewer.