mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Fixing stuff
This commit is contained in:
23
OpenSim.Framework/Types/AssetStorage.cs
Normal file
23
OpenSim.Framework/Types/AssetStorage.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework.Types
|
||||
{
|
||||
public class AssetStorage
|
||||
{
|
||||
|
||||
public AssetStorage() {
|
||||
}
|
||||
|
||||
public AssetStorage(LLUUID assetUUID) {
|
||||
UUID=assetUUID;
|
||||
}
|
||||
|
||||
public byte[] Data;
|
||||
public sbyte Type;
|
||||
public string Name;
|
||||
public LLUUID UUID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user