Add Nullable to Actor::getName

This commit is contained in:
dekvall
2019-08-07 20:07:16 +02:00
parent 74bb3c6acf
commit efc37e00d5

View File

@@ -50,6 +50,7 @@ public interface Actor extends Renderable
* *
* @return the name * @return the name
*/ */
@Nullable
String getName(); String getName();
/** /**