Mirror/Assets
Paul Pacheco a8599c1af2 feat: Show compile time error if overriding unused OnServerAddPlayer (#682)
* remove obsolete OnServerAddPlayer

BREAKING CHANGE: Remove obsolete OnServerAddPlayer

Any person that overrides this method has a broken game.  These methods are never called anywhere.

The user gets a warning because they are overriding an obsolete method,  which might get ignored if they have lots of other warnings.   They would run their game and their game would not work at all.  No errors.

By removing these methods, users that override these methods will get a compile time error instead.  So they cannot ignore this error and they will fix it.

* Method is no longer available in NetworkLobbyManager
2019-03-28 11:36:13 +01:00
..
Mirror feat: Show compile time error if overriding unused OnServerAddPlayer (#682) 2019-03-28 11:36:13 +01:00
Mirror.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00