clearTexture() 공개 메소드

Clear the textures of player.
public clearTexture ( ) : mixed
리턴 mixed
 public function clearTexture()
 {
     $this->player->clearTexture();
     return json(trans('user.player.clear.success', ['name' => $this->player->player_name]), 0);
 }