# Editor.Asset.Package

```csharp
Package Package { get; set; }
```

If this asset was downloaded from sbox.game then this will
be the package from which this asset was downloaded. If not then
it'll be null.

Declared in [Editor.Asset](/api/Editor.Asset).
Assembly: `Sandbox.Tools`.
