isModded method

  1. @override
bool isModded()
override

Get the launcher is modded

Implementation

@override
bool isModded() {
  return false;
}