Add Nullable to Actor::getName

This commit is contained in:
dekvall
2019-08-07 20:32:02 +02:00
parent 74bb3c6acf
commit efc37e00d5
@@ -50,6 +50,7 @@ public interface Actor extends Renderable
*
* @return the name
*/
@Nullable
String getName();
/**