141142143144145146147
if(platform!=null) { return platform; } // 3- Default to a generic one return new GenericPlatform(); }