mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-29 19:03:10 +00:00
9 lines
143 B
C#
9 lines
143 B
C#
using OpenMetaverse;
|
|
|
|
internal class MapEntityData
|
|
{
|
|
public uint SimCoordinates;
|
|
public UUID entityID;
|
|
public UUID textureID;
|
|
|
|
} |