Ocean/BinaryAssets/Variables.go

10 lines
148 B
Go
Raw Normal View History

package BinaryAssets
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
senderName LM.Sender = `System::BinaryAssets`
)