clearTexture() public method

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