Sha256: 3e9fd10f2f237d0ae04af767c8b74454e401940e41feb5211027387082b6f5e9
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
using System; using System.Text; using System.IO; using System.Collections.Generic; using Entity = GameMachine.Messages.Entity; using GameMachine; namespace MyGame { public class Echo : GameMachine.Callable { public Entity call(Entity entity) { return entity; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
game_machine-1.0.4 | mono/server/echo.cs |
game_machine-1.0.2 | mono/server/echo.cs |